-
Notifications
You must be signed in to change notification settings - Fork 251
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: added support for lts/*
syntax in nvmrc
#1230
Conversation
To help me better understand the codebase, I added a test for the |
Hey, thanks for this contribution, we greatly appreciate it! I'll let the applicable people comment on the technical side of it. But for now, it would be great if you could also update the docs side of things to reflect your additions! |
Hi @brody192, There was no mention for |
Awsome, thanks! looks good. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great thanks!
@@ -407,6 +407,47 @@ mod test { | |||
assert_eq!(result, env_plan); | |||
} | |||
|
|||
#[test] | |||
fn test_to_json_and_from_json() { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
good test 🙂
Fixes #1190
PR Checklist